ASP.NET Core MVC コントロールヘルプ
Align メソッド

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > ColumnBaseBuilder<TControl,TBuilder> クラス : Align メソッド
The value.
Configurates C1.Web.Mvc.ColumnBase.Align. Sets the horizontal alignment of items in this column.
シンタックス
'宣言
 
Public Function Align( _
   ByVal value As System.String _
) As TBuilder
public TBuilder Align( 
   System.string value
)

パラメータ

value
The value.

戻り値の型

Current builder.
解説
The default value for this property is null, which causes the grid to select the alignment automatically based on column's dataType (numbers are right-aligned, boolean values are centered, other types are left-aligned).If you want to override the default alignment, set this property to 'left', 'right', or 'center'.
参照

ColumnBaseBuilder<TControl,TBuilder> クラス
ColumnBaseBuilder<TControl,TBuilder> メンバ